MultiRowGroupHeaders Property (MultiRow<T>)
In This Topic
Gets or sets a value that determines whether group headers should have multiple rows instead of a single header row.
Syntax
'Declaration
Public Property MultiRowGroupHeaders As Boolean
public bool MultiRowGroupHeaders {get; set;}
See Also